Class TFTPServerImpl

All Implemented Interfaces:
IPCObject, Process, TFTPServer

public class TFTPServerImpl extends ProcessImpl implements TFTPServer
Information provided by the PKI file:

    \class TftpServer
    
    \brief TftpServer handles and manipulates the TFTP service.
    
    \example network().getDevice("Server0").getProcess("TftpServer")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the TFTP service.
          
          \param bEnable, true to enable the TFTP service, false to disable it.
          
              
      Specified by:
      setEnabled in interface TFTPServer
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isEnabled

      public boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the TFTP service is enabled, otherwise false.
          
          \return bool, true if the TFTP service is enabled, otherwise false.
          
              
      Specified by:
      isEnabled in interface TFTPServer
      Returns:
      boolean Returns a boolean